use c++11 noreturn attribute specifier instead of compiler specific attributes. ...
authortsteven4 <tsteven4@users.noreply.github.com>
Sun, 24 Jun 2018 23:38:45 +0000 (17:38 -0600)
committerGitHub <noreply@github.com>
Sun, 24 Jun 2018 23:38:45 +0000 (17:38 -0600)
commitf16c6aef6d2aae76eb0750511678de3f1e177461
treef750205eb4400fdfebb8783d040771374bcb7125
parent4254233513d2a83b570dcbfa4aa965f8a77035ec
use c++11 noreturn attribute specifier instead of compiler specific attributes. (#206)

This should work for all compilers, and certainly helps out MSVC code analysis.
defs.h
fatal.cc